home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
SCHEME
/
GNU
/
SCM4E1
/
!Scm
/
slib
/
scaglob
< prev
next >
Wrap
Text File
|
1993-03-25
|
644b
|
21 lines
;;; This file was munged by a simple minded sed script since it left
;;; its original authors' hands. See syncase.doc for the horrid details.
;;; init.ss
;;; Robert Hieb & Kent Dybvig
;;; 92/06/18
; These initializations are done here rather than "expand.ss" so that
; "expand.ss" can be loaded twice (for bootstrapping purposes).
(define expand-syntax #f)
(define syntax-dispatch #f)
(define generate-temporaries #f)
(define identifier? #f)
(define syntax-error #f)
(define syntax-object->datum #f)
(define bound-identifier=? #f)
(define free-identifier=? #f)
(define syncase:install-global-transformer #f)
(define implicit-identifier #f)